home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 4 #3 / Commodore_Disk_User_Vol.4_3_1991_-.d64 / sys680 boot ldr (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  862b  |  18 lines

  1. 10 rem -- basic loader for "sys680"boot -- elaine foster
  2. 20 rem -- loads and runs any prg on disk, with ascii for name in line 120
  3. 30 rem -- and number of characters in name, in line 80 as per the rems.
  4. 40 rem
  5. 50 rem -- when you run this prg it installs the mc routine at 680.
  6. 60 rem -- sys680 loads and runs the programme specified in lines 80 and 120.
  7. 70 rem
  8. 80 data169,008,170,160,001,032,186,255,169,004:rem -- 004= # of chars in name
  9. 90 data162,203,160,002,032,189,255,169,000,032
  10. 100 data213,255,134,045,132,046,032,089,166,032
  11. 110 data113,168,076,174,167
  12. 120 data071,065,077,069:rem -- in this line enter the ascii for the name to load
  13. 130 rem -- it is presently set up to load the filename "game", 4 characters.
  14. 140 forx=680to718:ready:pokex,y:next
  15. 150 poke53280,3:poke53281,1:poke646,6:print"[147] boot installed...
  16. 160 [153]" sys680 to load and run the programme
  17. 170 print" for which it is set up. see rems.
  18.